home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / video / cx18 / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  499 b   |  12 lines

  1. cx18-objs    := cx18-driver.o cx18-cards.o cx18-i2c.o cx18-firmware.o cx18-gpio.o \
  2.     cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
  3.     cx18-mailbox.o cx18-vbi.o cx18-audio.o cx18-video.o cx18-irq.o \
  4.     cx18-av-core.o cx18-av-audio.o cx18-av-firmware.o cx18-av-vbi.o cx18-scb.o \
  5.     cx18-dvb.o cx18-io.o
  6.  
  7. obj-$(CONFIG_VIDEO_CX18) += cx18.o
  8.  
  9. EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
  10. EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
  11. EXTRA_CFLAGS += -Idrivers/media/common/tuners
  12.